home *** CD-ROM | disk | FTP | other *** search
/ Super Games Pak / Super Games Pak (1991)(Odyssey)[!][compilation].iso / devs / ivs_scsi.drives < prev    next >
Text File  |  1991-05-16  |  15KB  |  710 lines

  1.        * Denotes Manufacturer
  2.        - Denotes Product
  3.        . Specifies each Data Field
  4.        # Denotes end of drive spec
  5.  
  6.  
  7.   This file contains the command data, for the currently supported drives.
  8.  
  9. File Description:
  10.  
  11.   Supported drives are grouped by manufacturers.  An * in column one indicates
  12.   that the following text is the name of a drive manufacturer.  Only 16 
  13.   characters are allowed when used for Automatic Drive Selection.
  14.  
  15.   The next required field is the drive name field.  A - in column one indicates
  16.   that the following text is the name of a drive.  Only 16 characters are
  17.   allowed when used for Automatic Drive Selection.
  18.  
  19.   The following fields each beggining with a . are the names of commands or 
  20.   data fields used by IVSUtils and the IVS_SCSI.Device for accessing each 
  21.   praticular drive type.  Each command or data line consists of a period 
  22.   followed by a keyword followed by digits (some commands digits are in HEX,
  23.   some are in DECIMAL).  Below is a list of there meanings.  If the keywords
  24.   are not entered exactly there values will not be processed.
  25.  
  26.   After all of the commands for a praticular drive are listed, the list for 
  27.   that drive is terminated by a # in column one.
  28.  
  29. Keyword description:
  30.  
  31.   The 2 digit numbers after most commands are in Hex and are the SCSI command
  32.   or data sequences needed by the drive for praticular operations.
  33.  
  34.   References to a individual bytes in the data fields, will be numbered
  35.   starting at 0.
  36.  
  37.   example
  38.  
  39.   { .Format 04 00 00 00 01 00 }
  40.      byte #  0  1  2  3  4  5
  41.  
  42. Format      This is the Low Level Format Command.
  43.  
  44. InterleavePosition
  45.       This is the byte position of the interleave value within the 
  46.                 format command. The interleave value is usually byte # 4.
  47.                        
  48. Interleave   (DECIMAL)
  49.       This is the Interleave value to use as the default with the
  50.       Standard File System.
  51.  
  52. FFSInterleave   (DECIMAL)
  53.       This is the Interleave value to use as the default with the
  54.       Fast File System.
  55.  
  56. FSetupCmd   Format Setup Cmd (HEX)
  57.  
  58. FSetupData   Format Setup Data (HEX)
  59.       These are sent to the Drive before the Format Operation
  60.       they are used to configure the drive. for example the rodime
  61.       RO632 drive is not shipped with 512 bytes per block. so this
  62.       command will change that.  In Most drives this will be the
  63.       MODE SELECT command.  On Most SCSI drives this will not
  64.       be nessasary. 
  65.  
  66. SetupCmd   Setup Command (HEX)
  67.  
  68. SetupData   Setup Data (HEX)
  69.       This is the same as above except that it is sent during
  70.       the Setup Drive menu Selection.  This is used to configure
  71.       a drive that may need to be configured during every power on.
  72.       For this release of the driver you will need to add a 
  73.       command in the startup sequence for these type of drives.
  74.       the command is already documented in the startup-sequence
  75.       files on the floppy.
  76.       For most drives this will not be nessasary.
  77.  
  78. RequestSenseCmd Request Sense Command (HEX)
  79.       Byte 4 contains the length of data returned by the drive.
  80.       This command is rather standard for most drives except that
  81.       the length must match what the drive will return.  This
  82.       is used to return error codes to the Amiga if something fails
  83.       in the SCSI unit when accessed by the ODutils programs.
  84.  
  85. ParkCmd      1st Park Command (HEX)
  86. ParkData   1st Park Data (HEX)
  87. Park2Cmd   2nd Park Command (HEX)
  88. Park2Data   2nd Park Data (HEX)
  89.       This is used to Park the heads on your drive.
  90.       Most Drives will use the SCSI Start/Stop command for this
  91.       funtion. If this is so you can use the examples below for
  92.       the Rodime. Two commands are supplied for those who
  93.       need them. EX. some HOST adaptor boards do not provide
  94.       a Start/Stop command. So on these you may need to use
  95.       the first command to send new configuration data to the drive
  96.       to trick it into having more cylinders then normal then
  97.       do a SEEK past the end.
  98.  
  99. CertifyCmd   Certify Command (HEX)
  100. CertifyData   Certify Data (HEX)
  101.       Most drives won't use this feature. (TOO BAD)
  102.       On the Rodime drives this feature will automaticaly
  103.       search the drive for Bad Areas and reassign them so that
  104.       a bad block scan will probably not be nessasary.
  105.  
  106. Capacity   Capacity of the drive in blocks (DECIMAL)
  107.       Currently this is only used durring a bad block scan
  108.  
  109. BBScanType   Bad Block Scan Type (DECIMAL 0-1)
  110.       This indicates the type of action to take when marking a 
  111.       bad block.  0 means that the Bad Block Scan command is not
  112.       supported.  1 means to reassign blocks, one block at a time.
  113.  
  114. SelectType   Optional keyword for drives that are only manually selectable.
  115.       Setting SelectType to 1 will insure that the drive appears in
  116.       the Manual Drive Select List in TCUtils.
  117.  
  118. BlockSize   # of bytes in a block (DECIMAL 256 or 512)
  119.       The number of bytes in each block on the device.  Currently
  120.       only devices with 512 bytes in a block, are supported.
  121.  
  122. Cylinders   # of Cylinders on the drive (DECIMAL) 
  123.       This is used to build the MountList, without it a MountList 
  124.       can not be built.
  125.  
  126. BlocksPerTrack   # of Blocks contained on each track (DECIMAL)
  127.       This is used when doing a Bad Block Scan and when building
  128.       the MountList, without it a MountList can not be built.
  129.  
  130. Heads      # of Heads on Drive (DECIMAL)   
  131.       This is used when doing a Bad Block Scan and when building
  132.       the MountList, without it a MountList can not be built.
  133.  
  134.    Cylinders, Blockspertrack, and Heads  are used by Amiga Dos
  135.    to allow it to use the drive.  It is very important that
  136.    these three parameters, when mulitpied together do not excede 
  137.    the number of blocks available on the drive.
  138.  
  139.  
  140. *Adaptec
  141. -Nippon RD-4255
  142. .Format 04 00 00 00 0A 00
  143. .InterleavePosition 4
  144. .Interleave 10
  145. .FFSInterleave 2
  146. .FSETUPCMD 15 00 00 00 16 00
  147. .FSETUPDATA 00 00 00 08 00 00 00 00 00 00 02 00 01 01 32 08 00 00 00 00 0A 02
  148. .RequestSenseCmd 03 00 00 00 04 00
  149. .FirstCylinder 02
  150. .Cylinders 306
  151. .BlocksPerTrack 17
  152. .Heads 8
  153. .ParkCmd 1B 00 00 00 00 00
  154. .Capacity 41615
  155. .BlockSize 512
  156. .BBScanType 1
  157. .SelectType 1
  158. .Flags 0
  159. #
  160.  
  161. -Rodime RO-204RLL
  162. .Format 04 00 00 00 0A 00
  163. .InterleavePosition 4
  164. .Interleave 10
  165. .FFSInterleave 2
  166. .FSetupCmd 15 00 00 00 16 00
  167. .FSetupData 00 00 00 08 00 00 00 00 00 00 02 00 01 01 3F 08 00 A0 00 A0 10 02
  168. .RequestSenseCmd 03 00 00 00 04 00
  169. .FirstCylinder 02
  170. .Cylinders 318
  171. .BlocksPerTrack 26
  172. .Heads 8
  173. .ParkCmd 1B 00 00 00 00 00
  174. .Capacity 66144
  175. .BlockSize 512
  176. .BBScanType 1
  177. .SelectType 1
  178. .Flags 0
  179. #
  180.  
  181. -Rodime RO-204E
  182. .Format 04 00 00 00 0A 00
  183. .InterleavePosition 4
  184. .Interleave 10
  185. .FFSInterleave 2
  186. .FSETUPCMD 15 00 00 00 16 00
  187. .FSETUPDATA 00 00 00 08 00 00 00 00 00 00 02 00 01 02 80 08 00 00 00 00 0A 02
  188. .RequestSenseCmd 03 00 00 00 04 00
  189. .FirstCylinder 02
  190. .Cylinders 640
  191. .BlocksPerTrack 18
  192. .Heads 8
  193. .ParkCmd 1B 00 00 00 00 00
  194. .Capacity 92160
  195. .BlockSize 512
  196. .BBScanType 1
  197. .SelectType 1
  198. .Flags 0
  199. #
  200.  
  201. *MINSCRIB
  202. -M8425 - SCSI
  203. .Format 04 00 00 00 0A 00
  204. .InterleavePosition 4
  205. .Interleave 10
  206. .FFSInterleave 2
  207. .RequestSenseCmd 03 00 00 00 0D 00
  208. .FirstCylinder 02
  209. .Cylinders 602
  210. .BlocksPerTrack 17
  211. .Heads 4
  212. .ParkCmd 1B 00 00 00 00 00
  213. .Capacity 40936
  214. .BlockSize 512
  215. .BBScanType 1
  216. .Flags 0
  217. #
  218.  
  219. *MINSCRIB
  220. -M8051S - SCSI
  221. .Format 04 00 00 00 0A 00
  222. .InterleavePosition 4
  223. .Interleave 10
  224. .FFSInterleave 3
  225. .RequestSenseCmd 03 00 00 00 0D 00
  226. .FirstCylinder 02
  227. .Cylinders 697
  228. .BlocksPerTrack 28
  229. .Heads 4
  230. .ParkCmd 1B 00 00 00 00 00
  231. .Capacity 78064
  232. .BlockSize 512
  233. .BBScanType 1
  234. .Flags 0
  235. #
  236.  
  237. *CONNER
  238. -Cp340 (40mb 3.5)
  239. .Format 04 00 00 00 0A 00
  240. .InterleavePosition 4
  241. .Interleave 10
  242. .FFSInterleave 2
  243. .RequestSenseCmd 03 00 00 00 1B 00
  244. .ParkCmd 1B 00 00 00 00 00
  245. .CAPACITY 78104
  246. .FirstCylinder 02
  247. .Cylinders 751 
  248. .Heads 4
  249. .BlockSize 512
  250. .BlocksPerTrack 26
  251. .BBScanType 1
  252. .Flags 0
  253. #
  254.  
  255. *CONNER
  256. -CP3100-100mb-3.5
  257. .Format 04 00 00 00 0A 00
  258. .InterleavePosition 4
  259. .Interleave 10
  260. .FFSInterleave 2
  261. .RequestSenseCmd 03 00 00 00 1B 00
  262. .ParkCmd 1B 00 00 00 00 00
  263. .CAPACITY 195296
  264. .FirstCylinder 02
  265. .Cylinders 718 
  266. .Heads 8
  267. .BlockSize 512
  268. .BlocksPerTrack 34
  269. .BBScanType 1
  270. .Flags 0
  271. #
  272.  
  273. *QUANTUM
  274. -P40S 940-40-94xx
  275. .Format 04 00 6C 00 01 00
  276. .FSetupCmd 15 01 00 00 14 00
  277. .FSetupData 00 00 00 08 00 00 00 00 00 00 02 00 39 06 08 00 00 00 00 00
  278. .InterleavePosition 4
  279. .Interleave 1
  280. .FFSInterleave 1
  281. .RequestSenseCmd 03 00 00 00 12 00
  282. .ParkCmd 1B 00 00 00 00 00
  283. .CAPACITY 78210
  284. .FirstCylinder 02
  285. .Cylinders 790
  286. .Heads 3
  287. .BlocksPerTrack 33
  288. .BlockSize 512
  289. .BBScanType 1
  290. .SelectType 1
  291. .Flags 0
  292. #
  293.  
  294. -P80S 980-80-94xx
  295. .Format 04 00 6C 00 01 00
  296. .FSetupCmd 15 01 00 00 14 00
  297. .FSetupData 00 00 00 08 00 00 00 00 00 00 02 00 39 06 08 00 00 00 00 00
  298. .InterleavePosition 4
  299. .Interleave 1
  300. .FFSInterleave 1
  301. .RequestSenseCmd 03 00 00 00 12 00
  302. .ParkCmd 1B 00 00 00 00 00
  303. .CAPACITY 156420
  304. .FirstCylinder 02
  305. .Cylinders 790
  306. .Heads 6
  307. .BlocksPerTrack 33
  308. .BlockSize 512
  309. .BBScanType 1
  310. .SelectType 1
  311. .Flags 0
  312. #
  313.  
  314. -Q280
  315. .Format 04 00 6C 00 0A 00
  316. .FSetupCmd 15 01 00 00 14 00
  317. .FSetupData 00 00 00 08 00 00 00 00 00 00 02 00 39 06 08 00 00 00 00 00
  318. .InterleavePosition 4
  319. .Interleave 10
  320. .FFSInterleave 2
  321. .RequestSenseCmd 03 00 00 00 12 00
  322. .ParkCmd 1B 00 00 00 00 00
  323. .CAPACITY 156368
  324. .FirstCylinder 02
  325. .Cylinders 823
  326. .Heads 6
  327. .BlocksPerTrack 32
  328. .BlockSize 512
  329. .BBScanType 1
  330. .SelectType 1
  331. .Flags 0
  332. #
  333.  
  334. *RODIME
  335. -RO632
  336. .Format 04 00 00 00 16 00
  337. .InterleavePosition 4
  338. .Interleave 22
  339. .FFSInterleave 4
  340. .FSETUPCMD 15 01 00 00 0C 00
  341. .FSETUPDATA 00 00 00 08 00 00 00 00 00 00 02 00
  342. .RequestSenseCmd 03 00 00 00 12 00
  343. .FirstCylinder 02
  344. .Cylinders 306
  345. .BlocksPerTrack 34
  346. .Heads 4
  347. .ParkCmd 1B 00 00 00 00 00
  348. .CertifyCmd E2 00 00 00 00 00
  349. .Capacity 41616
  350. .BlockSize 512
  351. .BBScanType 1
  352. .Flags 0
  353. #
  354.  
  355. -RO3057S
  356. .Format 04 00 00 00 0E 00
  357. .InterleavePosition 4
  358. .Interleave 14
  359. .FFSInterleave 3
  360. .FSETUPCMD 15 01 00 00 0C 00
  361. .FSETUPDATA 00 00 00 08 00 00 00 00 00 00 02 00
  362. .RequestSenseCmd 03 00 00 00 12 00
  363. .FirstCylinder 02
  364. .Cylinders 680
  365. .BlocksPerTrack 26
  366. .Heads 5
  367. .ParkCmd 1B 00 00 00 00 00
  368. .CertifyCmd E2 00 00 00 00 00
  369. .Capacity 88400
  370. .BlockSize 512
  371. .BBScanType 1
  372. .Flags 0
  373. #
  374.  
  375. -RO3080S
  376. .Format 04 00 00 00 0E 00
  377. .InterleavePosition 4
  378. .Interleave 14
  379. .FFSInterleave 4
  380. .FSETUPCMD 15 01 00 00 0C 00
  381. .FSETUPDATA 00 00 00 08 00 00 00 00 00 00 02 00
  382. .RequestSenseCmd 03 00 00 00 12 00
  383. .FirstCylinder 02
  384. .Cylinders 680
  385. .BlocksPerTrack 26
  386. .Heads 7
  387. .ParkCmd 1B 00 00 00 00 00
  388. .CertifyCmd E2 00 00 00 00 00
  389. .Capacity 123760
  390. .BlockSize 512
  391. .BBScanType 1
  392. .Flags 0
  393. #
  394.  
  395. *SEAGATE
  396. -ST125N
  397. .Format 04 00 00 00 0E 00
  398. .InterleavePosition 4
  399. .Interleave 14
  400. .FFSInterleave 3
  401. .RequestSenseCmd 03 00 00 00 1B 00
  402. .ParkCmd 1B 00 00 00 00 00
  403. .CAPACITY 41912
  404. .FirstCylinder 02
  405. .Cylinders 403
  406. .Heads 4
  407. .BlockSize 512
  408. .BlocksPerTrack 26
  409. .BBScanType 1
  410. .Flags 0
  411. #
  412.  
  413. -ST138N
  414. .Format 04 00 00 00 0E 00
  415. .InterleavePosition 4
  416. .Interleave 14
  417. .FFSInterleave 3
  418. .RequestSenseCmd 03 00 00 00 1B 00
  419. .ParkCmd 1B 00 00 00 00 00
  420. .CAPACITY 58760
  421. .FirstCylinder 02
  422. .Cylinders 565
  423. .Heads 4
  424. .BlockSize 512
  425. .BlocksPerTrack 26
  426. .BBScanType 1
  427. .Flags 0
  428. #
  429.  
  430. -ST157N
  431. .Format 04 00 00 00 0E 00
  432. .InterleavePosition 4
  433. .Interleave 14
  434. .FFSInterleave 3
  435. .RequestSenseCmd 03 00 00 00 1B 00
  436. .ParkCmd 1B 00 00 00 00 00
  437. .CAPACITY 93600
  438. .FirstCylinder 02
  439. .Cylinders 600
  440. .Heads 6
  441. .BlocksPerTrack 26
  442. .BlockSize 512
  443. .BBScanType 1
  444. .Flags 0
  445. #
  446.  
  447. -ST225N
  448. .Format 04 00 00 00 0E 00
  449. .InterleavePosition 4
  450. .Interleave 14
  451. .FFSInterleave 3
  452. .RequestSenseCmd 03 00 00 00 1B 00
  453. .ParkCmd 1B 00 00 00 00 00
  454. .CAPACITY 39100
  455. .FirstCylinder 02
  456. .Cylinders 575
  457. .Heads 4
  458. .BlocksPerTrack 17
  459. .BlockSize 512
  460. .BBScanType 1
  461. .Flags 10
  462. #
  463.  
  464. -ST277N
  465. .Format 04 00 00 00 0E 00
  466. .InterleavePosition 4
  467. .Interleave 14
  468. .FFSInterleave 3
  469. .RequestSenseCmd 03 00 00 00 1B 00
  470. .ParkCmd 1B 00 00 00 00 00
  471. .CAPACITY 125892
  472. .FirstCylinder 02
  473. .Cylinders 807
  474. .Heads 6
  475. .BlocksPerTrack 26
  476. .BlockSize 512
  477. .BBScanType 1
  478. .Flags 10
  479. #
  480.  
  481. -ST251N
  482. .Format 04 00 00 00 0E 00
  483. .InterleavePosition 4
  484. .Interleave 14
  485. .FFSInterleave 3
  486. .RequestSenseCmd 03 00 00 00 1B 00
  487. .ParkCmd 1B 00 00 00 00 00
  488. .CAPACITY 82056
  489. .FirstCylinder 02
  490. .Cylinders 789
  491. .Heads 4
  492. .BlocksPerTrack 26
  493. .BlockSize 512
  494. .BBScanType 1
  495. .Flags 0
  496. #
  497.  
  498. -ST296N
  499. .Format 04 00 00 00 0E 00
  500. .InterleavePosition 4
  501. .Interleave 14
  502. .FFSInterleave 3
  503. .RequestSenseCmd 03 00 00 00 1B 00
  504. .ParkCmd 1B 00 00 00 00 00
  505. .CAPACITY 160140
  506. .FirstCylinder 02
  507. .Cylinders 785
  508. .Heads 6
  509. .BlocksPerTrack 34
  510. .BlockSize 512
  511. .BBScanType 1
  512. .Flags 0
  513. #
  514.  
  515. -ST177N
  516. .Format 04 18 00 00 0E 00
  517. .FData 00 80 00 00
  518. .FSETUPCMD 15 00 00 00 0C 00
  519. .FSETUPDATA 00 00 00 08 00 00 00 00 00 00 02 00 
  520. .InterleavePosition 4
  521. .Interleave 14
  522. .FFSInterleave 3
  523. .RequestSenseCmd 03 00 00 00 1B 00
  524. .ParkCmd 1B 00 00 00 00 00
  525. .CAPACITY 118808
  526. .FirstCylinder 02
  527. .Cylinders 913
  528. .Heads 5
  529. .BlocksPerTrack 26
  530. .BlockSize 512
  531. .BBScanType 1
  532. .Flags 10
  533. #
  534.  
  535.  
  536. -ST1096N
  537. .Format 04 18 00 00 0E 00
  538. .FData 00 80 00 00
  539. .FSETUPCMD 15 00 00 00 0C 00
  540. .FSETUPDATA 00 00 00 08 00 00 00 00 00 00 02 00 
  541. .InterleavePosition 4
  542. .Interleave 14
  543. .FFSInterleave 3
  544. .RequestSenseCmd 03 00 00 00 1B 00
  545. .ParkCmd 1B 00 00 00 00 00
  546. .CAPACITY 161980
  547. .FirstCylinder 02
  548. .Cylinders 890
  549. .Heads 7
  550. .BlocksPerTrack 26
  551. .BlockSize 512
  552. .BBScanType 1
  553. .Flags 10
  554. #
  555.  
  556. -ST125N-1
  557. .Format 04 00 00 00 0E 00
  558. .InterleavePosition 4
  559. .Interleave 14
  560. .FFSInterleave 3
  561. .RequestSenseCmd 03 00 00 00 1B 00
  562. .ParkCmd 1B 00 00 00 00 00
  563. .CAPACITY 41912
  564. .FirstCylinder 02
  565. .Cylinders 403
  566. .Heads 4
  567. .BlockSize 512
  568. .BlocksPerTrack 26
  569. .BBScanType 1
  570. .Flags 0
  571. #
  572.  
  573. -ST138N-1
  574. .Format 04 00 00 00 0E 00
  575. .InterleavePosition 4
  576. .Interleave 14
  577. .FFSInterleave 3
  578. .RequestSenseCmd 03 00 00 00 1B 00
  579. .ParkCmd 1B 00 00 00 00 00
  580. .CAPACITY 58760
  581. .FirstCylinder 02
  582. .Cylinders 565
  583. .Heads 4
  584. .BlockSize 512
  585. .BlocksPerTrack 26
  586. .BBScanType 1
  587. .Flags 0
  588. #
  589.  
  590. -ST157N-1
  591. .Format 04 00 00 00 0E 00
  592. .InterleavePosition 4
  593. .Interleave 14
  594. .FFSInterleave 3
  595. .RequestSenseCmd 03 00 00 00 1B 00
  596. .ParkCmd 1B 00 00 00 00 00
  597. .CAPACITY 93600
  598. .FirstCylinder 02
  599. .Cylinders 600
  600. .Heads 6
  601. .BlocksPerTrack 26
  602. .BlockSize 512
  603. .BBScanType 1
  604. .Flags 0
  605. #
  606.  
  607. -ST225N-1
  608. .Format 04 00 00 00 0E 00
  609. .InterleavePosition 4
  610. .Interleave 14
  611. .FFSInterleave 3
  612. .RequestSenseCmd 03 00 00 00 1B 00
  613. .ParkCmd 1B 00 00 00 00 00
  614. .CAPACITY 39100
  615. .FirstCylinder 02
  616. .Cylinders 575
  617. .Heads 4
  618. .BlocksPerTrack 17
  619. .BlockSize 512
  620. .BBScanType 1
  621. .Flags 10
  622. #
  623.  
  624. -ST277N-1
  625. .Format 04 00 00 00 0E 00
  626. .InterleavePosition 4
  627. .Interleave 14
  628. .FFSInterleave 3
  629. .RequestSenseCmd 03 00 00 00 1B 00
  630. .ParkCmd 1B 00 00 00 00 00
  631. .CAPACITY 125892
  632. .FirstCylinder 02
  633. .Cylinders 807
  634. .Heads 6
  635. .BlocksPerTrack 26
  636. .BlockSize 512
  637. .BBScanType 1
  638. .Flags 10
  639. #
  640.  
  641. -ST251N-1
  642. .Format 04 00 00 00 0E 00
  643. .InterleavePosition 4
  644. .Interleave 14
  645. .FFSInterleave 3
  646. .RequestSenseCmd 03 00 00 00 1B 00
  647. .ParkCmd 1B 00 00 00 00 00
  648. .CAPACITY 82056
  649. .FirstCylinder 02
  650. .Cylinders 789
  651. .Heads 4
  652. .BlocksPerTrack 26
  653. .BlockSize 512
  654. .BBScanType 1
  655. .Flags 0
  656. #
  657.  
  658. -ST296N-1
  659. .Format 04 00 00 00 0E 00
  660. .InterleavePosition 4
  661. .Interleave 14
  662. .FFSInterleave 3
  663. .RequestSenseCmd 03 00 00 00 1B 00
  664. .ParkCmd 1B 00 00 00 00 00
  665. .CAPACITY 160140
  666. .FirstCylinder 02
  667. .Cylinders 785
  668. .Heads 6
  669. .BlocksPerTrack 34
  670. .BlockSize 512
  671. .BBScanType 1
  672. .Flags 0
  673. #
  674.  
  675. *SyQuest
  676. -SQ555
  677. .Format 04 00 00 00 0E 00
  678. .InterleavePosition 4
  679. .Interleave 14
  680. .FFSInterleave 2
  681. .RequestSenseCmd 03 00 00 00 1B 00
  682. .ParkCmd 1B 00 00 00 00 00
  683. .CAPACITY 86700
  684. .FirstCylinder 02
  685. .Cylinders 1275
  686. .Heads 2
  687. .BlockSize 512
  688. .BlocksPerTrack 34
  689. .BBScanType 1
  690. .Flags 0
  691. #
  692.  
  693. *MAXTOR
  694. -LXT-100S
  695. .Format 04 00 00 00 0E 00
  696. .InterleavePosition 4
  697. .Interleave 14
  698. .FFSInterleave 2
  699. .RequestSenseCmd 03 00 00 00 1B 00
  700. .ParkCmd 1B 00 00 00 00 00
  701. .CAPACITY 181040
  702. .FirstCylinder 02
  703. .Cylinders 730
  704. .Heads 8
  705. .BlockSize 512
  706. .BlocksPerTrack 31
  707. .BBScanType 1
  708. .Flags 0
  709. #
  710.